Q3Mesh_VertexNew
You can use theQ3Mesh_VertexNew
function to add a vertex to a mesh.
TQ3MeshVertex Q3Mesh_VertexNew ( TQ3GeometryObject mesh, const TQ3Vertex3D *vertex);
mesh
- A mesh.
vertex
- A three-dimensional vertex.
DESCRIPTION
TheQ3Mesh_VertexNew
function adds the vertex specified by thevertex
parameter to the mesh specified by themesh
parameter. The mesh must already exist before you callQ3Mesh_VertexNew
. The new mesh vertex is returned as the function result.